Class DatensatzabweisungCtp


  • public class DatensatzabweisungCtp
    extends Object
    Uebermittlung der festgestellten Kernprueffehler.

    Java-Klasse für Datensatzabweisung_Ctp complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

    
     <complexType name="Datensatzabweisung_Ctp">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Dateifolgenummer_Original">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <length value="6"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="Kernpruefung" type="{SV-Basis://XMLSchema/1.0}Kernpruefung_Ctp" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • dateifolgenummerOriginal

        protected String dateifolgenummerOriginal
    • Constructor Detail

      • DatensatzabweisungCtp

        public DatensatzabweisungCtp()
    • Method Detail

      • getDateifolgenummerOriginal

        public String getDateifolgenummerOriginal()
        Ruft den Wert der dateifolgenummerOriginal-Eigenschaft ab.
        Returns:
        possible object is String
      • setDateifolgenummerOriginal

        public void setDateifolgenummerOriginal​(String value)
        Legt den Wert der dateifolgenummerOriginal-Eigenschaft fest.
        Parameters:
        value - allowed object is String
      • getKernpruefung

        public List<KernpruefungCtp> getKernpruefung()
        Gets the value of the kernpruefung property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the kernpruefung property.

        For example, to add a new item, do as follows:

         getKernpruefung().add(newItem);
         

        Objects of the following type(s) are allowed in the list KernpruefungCtp

        Returns:
        The value of the kernpruefung property.